home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / emacs-complete / fsf / emacs / src / s / osf1.h < prev    next >
C/C++ Source or Header  |  1993-06-09  |  306b  |  15 lines

  1. #include "bsd4-3.h"
  2.  
  3. /* Identify OSF1 for the m- files. */
  4.  
  5. #define OSF1
  6.  
  7. /* Define _BSD to tell the include files we're running under
  8.    the BSD universe and not the SYSV universe.  */
  9.  
  10. #define C_SWITCH_SYSTEM    -D_BSD
  11. #define LIBS_SYSTEM    -lbsd
  12. #define LD_SWITCH_SYSTEM    -non_shared
  13.  
  14. #define SYSV_SYSTEM_DIR
  15.